Processing math: 100%

Transform exercise

  1. We want to translate and rotate the 2D point p=[2  0] The translation vector is [2  0]. The rotation is by 90. What are the approximate coordinates of the point after the transform?
    1. ✱Translation followed by rotation:
    2. ✱Rotation followed by translation:
  2. ✱Does the order in which the rotation and translation are applied matter?
  3. The matrix M2 rotates a 2D point by 45 degrees.
    M2=[cos45sin45sin45cos45]
    ✱What is the rotation that will rotate a 3D point by 45 degrees around the z-axis?